←Select platform

ConvertBarcodeSplit(string,LoadDocumentOptions,BarcodeEngine,BarcodeSymbology[],BarcodeSplitOptions,RasterImageFormat,DocumentFormat) Method

Summary

Converts the input stream to the RasterImageFormat or DocumentFormat passed with the associated LoadDocumentOptions while splitting the input on the barcodes that are found within the document that match the symbology.

Syntax
C#

Parameters

input

Input string containing the Document to convert.

documentOptions

Document options for the conversion.

barcodeEngine

The barcode engine to use in the barcode read process.

splitBarcodeType

The Barcode Symbologies to split the document on.

barcodeSplitOptions

The options to control where the split occurs for each of the barcode pages contained in the document.

rasterImageFormat

The desired RasterImageFormat to convert the input to. If a DocumentFormat is desired, must be set to Unknown.

documentFormat

The desired DocumentFormat to convert the input to. If a RasterImageFormat is desired, must be set to User.

Return Value

Returns a List of strings containing the paths to the output documents.

Remarks

This method converts an input into either a RasterImageFormat or a DocumentFormat. If a DocumentFormat is used, the RasterImageFormat must be set to RasterImageFormat.Unknown. If a RasterImageFormat is desired, the DocumentFormat must be set to DocumentFormat.User. This will split the document on any barcode found that matches the splitBarcodeType.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly